CareTeam System API - Implementation Template (US Core)
Field mapping
See src/main/resources/dw/FHIRTools.dwl for a mapping example.
| FHIR Field | Field | Notes |
|---|---|---|
| id | Id | |
| identifier.value | SourceSystemId__c | |
| status | Status__c | |
| category.coding.code | CategoryCode__c | |
| category.coding.display | CategoryDisplay__c | |
| category.coding.system | CategorySystem__c | |
| name | Name | |
| subject | Subject__c | |
| encounter | Encounter__c | |
| period.start | PeriodStart__c | |
| period.end | PeriodEnd__c | |
| participant.role.coding.code | ParticipantRoleCode__c | |
| participant.role.coding.display | ParticipantRoleDisplay__c | |
| participant.role.coding.system | ParticipantRoleSystem__c | |
| participant.member | ParticipantMember__c | |
| participant.onBehalfOf | ParticipantOnBehalfOf__c | |
| participant.period.start | ParticipantPeriodStart__c | |
| participant.period.end | ParticipantPeriodEnd__c | |
| reasonCode.coding.code | ReasonCodeCode__c | |
| reasonCode.coding.display | ReasonCodeDisplay__c | |
| reasonCode.coding.system | ReasonCodeSystem__c | |
| reasonReference | ReasonReference__c | |
| managingOrganization | ManagingOrganization__c | |
| telecom | Telecom__c | |
| note | Note__c |